home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1995 June / MacFormat 25.iso / Shareware City / Developers / OutOfPhase1.1 Source / OutOfPhase Folder / ImportRAWSample.h < prev    next >
Text File  |  1994-05-15  |  701b  |  35 lines

  1. /* ImportRAWSample.h */
  2.  
  3. #ifndef Included_ImportRAWSample_h
  4. #define Included_ImportRAWSample_h
  5.  
  6. /* ImportRAWSample module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* MainWindowStuff */
  12. /* Files */
  13. /* Alert */
  14. /* Memory */
  15. /* Screen */
  16. /* TextEdit */
  17. /* RadioButton */
  18. /* SimpleButton */
  19. /* Numbers */
  20. /* Main */
  21. /* Menus */
  22. /* EventLoop */
  23. /* SampleConsts */
  24. /* BufferedFileInput */
  25. /* SampleObject */
  26.  
  27. /* forwards */
  28. struct MainWindowRec;
  29.  
  30. /* this routine gets a file and imports it according to some generic parameters */
  31. /* that the user can specify.  any errors are handled by the routine. */
  32. void                                    ImportRAWSample(struct MainWindowRec* MainWindow);
  33.  
  34. #endif
  35.